@charset "utf-8";
/* CSS Document */

body {
	background-color: #F2f1d3;
	font-family: "Times New Roman", Times, serif;
	color: #009;
}

h1 {
	font-size: 24pt;
	text-align: center;
}

h3 {
	font-weight: normal;
	font-size: 14pt;
}

#wrapper #header #menu {
	color: #03C;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-decoration: none;
	margin-top: -5px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	top: 150px;
	clear: both;
}

a:link {
	color: #009;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #009;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #009;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #03F;
	text-decoration: none;
	font-weight: bold;
}

#wrapper #about img {
	margin-right: 20px;
	float: left;
	clear: both;
}

#wrapper {
	height: auto;
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper #header {
	background-image: url(Images/header-image3.png);
	background-position: center;
	height: 385px;
	margin-bottom: -80px;
	font-size: 3px;
}

#wrapper #footer {
	background-image: url(Images/footer-image2.png);
	background-position: center;
	height: 568px;
	clear: both;
	font-size: 9pt;
	text-align: center;
	background-repeat: no-repeat;
	color: #FF6;
}

#wrapper #footer a {
	color: #FF6;
	text-decoration: none;
}

#wrapper #books h1 a {
	line-height: 30px;
}

#wrapper #footer a:hover {
	color: #F90;
}

#wrapper #books {
	float: left;
	font-weight: normal;
	height: auto;
	width: 550px;
	margin-left: 50px;
	margin-right: 100px;
	background-repeat: no-repeat;
	background-position: center;
	line-height: normal;
	margin-bottom: -230px;
}

#wrapper #books div {
	padding-bottom: 20px;
}

#wrapper #books a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}

#wrapper #books img.left {
	float: left;
	margin-right: 20px;
}

#wrapper #books img.right {
	float: right;
	margin-left: 20px;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

#wrapper #books h2 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-block-start: 0;
	text-transform: uppercase;
}

#wrapper #books h2 span.subtitle {
	font-size: 75%;
}

#wrapper #books span.award {
	color: #900;
	font-weight: bold;
}

#wrapper #about a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}

#wrapper #about {
	float: left;
	height: auto;
	width: 500px;
	position: static;
	text-align: justify;
	margin-left: 100px;
	margin-bottom: -230px;
	font-size: 14pt;
}

#wrapper #main {
	height: auto;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: -300px;
	text-align: justify;
	font-size: 14pt;
}

.italics {
	font-style: italic;
}

.review {
	color: #900;
	font-weight: bold;
}

.uppercase {
	text-transform: uppercase;
}

#wrapper #main a img  {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	float: none;
}

#wrapper #main h3 img {
	float: left;
	margin-right: 20px;
}